Skip to content

BLD: 3.6.1 ABI compat #16066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2017
Merged

BLD: 3.6.1 ABI compat #16066

merged 1 commit into from
Apr 20, 2017

Conversation

chris-b1
Copy link
Contributor

So I think this works - locally was able to build a wheel with 3.6.1 and import it into a 3.6.0 environment, which was failing before this patch.

@jreback jreback added the Build Library building on various platforms label Apr 20, 2017
@jreback jreback added this to the 0.20.0 milestone Apr 20, 2017
@@ -17,8 +17,19 @@ The full license is in the LICENSE file, distributed with this software.
PySlice_GetIndicesEx changes signature in PY3
but 3.6.1 in particular changes the behavior of this function slightly
https://bugs.python.org/issue27867


In 3.6.1 PySlice_GetIndicesEx was changed to a macro
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @njsmith

?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it does what you're hoping it does to me.

@codecov
Copy link

codecov bot commented Apr 20, 2017

Codecov Report

Merging #16066 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16066      +/-   ##
==========================================
- Coverage   90.84%   90.82%   -0.03%     
==========================================
  Files         159      159              
  Lines       50791    50791              
==========================================
- Hits        46143    46131      -12     
- Misses       4648     4660      +12
Flag Coverage Δ
#multiple 88.6% <ø> (-0.03%) ⬇️
#single 40.36% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/plotting/_converter.py 63.54% <0%> (-1.82%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b17e286...f082210. Read the comment docs.

@jreback jreback merged commit 24b4bc6 into pandas-dev:master Apr 20, 2017
@jreback
Copy link
Contributor

jreback commented Apr 20, 2017

thanks @chris-b1 @njsmith

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FYI, if you build pandas release binaries with 3.6.1, they'll be broken on 3.6.0
3 participants